home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{7152298A-50FE-11D3-A11A-0080C6F7AC86}#1.1#0"; "SWBLink.ocx"
- Begin VB.Form Form1
- AutoRedraw = -1 'True
- BorderStyle = 3 'Fixed Dialog
- Caption = "SWBHyperlink Control Demo"
- ClientHeight = 2595
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 4455
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2595
- ScaleWidth = 4455
- StartUpPosition = 2 'CenterScreen
- Begin SWBLink.SWBHyperLink SWBHyperLink1
- Height = 255
- Left = 630
- TabIndex = 0
- Top = 810
- Width = 3195
- _ExtentX = 5636
- _ExtentY = 450
- CaptionTextColor= 16711680
- CaptionBackColor= -2147483633
- CaptionHighlightColor= -2147483634
- Caption = "Software with Brains, Inc. Home Page"
- Alignment = 2
- Hyperlink = "http://www.softwarewithbrains.com"
- CaptionFontName = "Arial"
- CaptionFontSize = 9.75
- CaptionFontBold = -1 'True
- CaptionFontItalic= -1 'True
- CaptionFontUnderline= 0 'False
- End
- Begin SWBLink.SWBHyperLink SWBHyperLink2
- Height = 255
- Left = 660
- TabIndex = 1
- Top = 1500
- Width = 3195
- _ExtentX = 5636
- _ExtentY = 450
- CaptionTextColor= 16711680
- CaptionBackColor= -2147483633
- CaptionHighlightColor= -2147483634
- Caption = "E-Mail Software with Brains, Inc."
- Alignment = 2
- Hyperlink = "mailto:sales@softwarewithbrains.com?Subject=Thanks for the great software!"
- CaptionFontName = "Arial"
- CaptionFontSize = 9.75
- CaptionFontBold = -1 'True
- CaptionFontItalic= -1 'True
- CaptionFontUnderline= 0 'False
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
-